home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Canadian Forces: A World of Opportunities
/
CanadianForces-AWorldOfOpportunities-WinMac.bin
/
02_JobsNavy_FR.swf
/
scripts
/
DefineButton2_399
/
BUTTONCONDACTION on(press).as
Wrap
Text File
|
2006-07-25
|
543b
|
18 lines
on(press){
poslastslash = this._url.lastIndexOf("\\");
if(poslastslash == -1)
{
poslastslash = this._url.lastIndexOf("/");
}
folderurl = this._url.substr(0,poslastslash + 1);
poscolon = folderurl.indexOf("|");
if(poscolon != -1)
{
folderurlstart = folderurl.substr(0,poscolon);
folderurlend = folderurl.substr(poscolon + 1);
folderurl = folderurlstart + ":" + folderurlend;
}
targeturl = folderurl + "decoupe/02_NAVY_Jobs/pdf/332_fr.pdf";
getURL(targeturl,"_blank");
}